ConnectionGetFolderElements Method |
Enumerate folder elements
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic Object[] GetFolderElements(
string vaultidentifier,
string fldid,
int iOptions = 1
)
Public Function GetFolderElements (
vaultidentifier As String,
fldid As String,
Optional iOptions As Integer = 1
) As Object()
public:
array<Object^>^ GetFolderElements(
String^ vaultidentifier,
String^ fldid,
int iOptions = 1
)
member GetFolderElements :
vaultidentifier : string *
fldid : string *
?iOptions : int
(* Defaults:
let _iOptions = defaultArg iOptions 1
*)
-> Object[]
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the folder resides. - fldid
- Type: SystemString
The unique identifier of the folder inside the vault. - iOptions (Optional)
- Type: SystemInt32
Optional parameter: 1 - Only documents, 2 - only folders, 3 - documents and folders, 4 - hybrid docs,
5 - hybrid all. By default it is 1 = Only documents.
Return Value
Type:
ObjectArray of ID's of the elements of the specified folder
Remarks
See Also